Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / AddRange Method / AddRange(SvgElement[]) Method

In This Topic
    AddRange(SvgElement[]) Method
    In This Topic
    Adds the elements to the end of the SvgElementCollection.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal ParamArray elements() As SvgElement _
    ) 
    public void AddRange( 
       params SvgElement[] elements
    )

    Parameters

    elements
    See Also